net/http.http2http2Config.WriteByteTimeout (field)

6 uses

	net/http (current package)
		h2_bundle.go#L1062: 	WriteByteTimeout             time.Duration
		h2_bundle.go#L1079: 		WriteByteTimeout:             h2.WriteByteTimeout,
		h2_bundle.go#L1097: 		WriteByteTimeout:          h2.WriteByteTimeout,
		h2_bundle.go#L1191: 		conf.WriteByteTimeout = h2.WriteByteTimeout
		h2_bundle.go#L4488: 		bw:                          http2newBufferedWriter(s.group, c, conf.WriteByteTimeout),
		h2_bundle.go#L8284: 		timeout: conf.WriteByteTimeout,